virtual memory management meaning in English
虚存管理
Examples
- Virtual memory management , a logical layer between application memory requests and physical memory
虚拟内存的管理,这是介于应用程序请求与物理内存之间的一个逻辑层。 - Kernel virtual memory management kernel memory allocator , a component that tries to satisfy the requests for memory
内核虚拟内存的管理/内核内存分配器,这是一个用来满足对内存的请求的组件。 - According to the mmu - less embedded microprocessors , uclinux kernel removes the parts correspond to the virtual memory management , creating a small and efficient kernel image
Uclinux针对多数嵌入式处理器没有mmu单元的特点,通过对普通linux版本虚拟内存管理模块的精简,实现了一个简洁高效的内核文件。 - Now the emphasis is transferred to the design and implementation of memory system . before a deep discussing , some basic knowledge is introduced , such as the memory classification and hierarchy , address space , access controlling , cache , memory coherence , and the popular memory system implementation method . then the archteture of the target memory system is presented and divided into two subsystems , the virtual memory management subsystem and memory access subsystem , according to their function
接下来本文将重点转移到研究已定目标vliw处理器存储系统的设计和实现,先对存储系统设计涉及的存储器及其组织层次、地址空间、访问控制、 cache 、存储一致性、常见的实现方式等因素作了分析,然后给出了目标存储系统的总体框架,并按功能将其划分为虚存管理和访存两个子系统。 - We first give an analysis of the whole system and its requests for memory management then we design and implement the memory management strategies of rtos for this chip , including the paged virtual memory management mechanism without swap , the memory protection , the memory sharing and the static / dynamic memory allocation mechanism . chapter 4 describes the simulation method of the memory management strategies implemented in the previous chapter , then we analyse the results of the simulation
首先对系统进行了分析,得到其对操作系统的存储管理的具体要求,然后针对上面提出的需求,设计并实现了相应的存储管理策略,包括分页不交换的虚拟存储机制、存储保护、存储共享以及内存的静态动态分配机制,最后介绍了在本系统研究和实现过程中用到的几个工具软件。